home *** CD-ROM | disk | FTP | other *** search
/ El Mac 9 / El Mac 9.iso / Shareware / Applications / Charting Coach v1.5 / Charting Coach v1.dxr / 00270.ls < prev    next >
Encoding:
Text File  |  1996-04-08  |  242 b   |  15 lines

  1. on mouseUp
  2.   cursor(4)
  3.   if the doubleClick then
  4.     exit
  5.   end if
  6.   set y to the mouseV
  7.   set x to the mouseH
  8.   if (x < 350) and (x > 267) then
  9.     if (y > 329) and (y < 346) then
  10.       resetMonthlyDays()
  11.     end if
  12.   end if
  13.   cursor(0)
  14. end
  15.